Add Python version since deprecation in base64 methods. by Carreau · Pull Request #33 · python/cpython
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update.
Carreau
deleted the
deprecations-base64
branch
berkerpeksag pushed a commit to berkerpeksag/cpython that referenced this pull request
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a96)
berkerpeksag pushed a commit to berkerpeksag/cpython that referenced this pull request
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a96)
berkerpeksag added a commit that referenced this pull request
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a96)
berkerpeksag added a commit that referenced this pull request
Allow developers to not have to either test on N Python versions or looked through multiple versions of the docs to know whether they can easily update. (cherry picked from commit c643a96)
jaraco pushed a commit to jaraco/cpython that referenced this pull request
"filename" -> "resource" Closes python#33 See merge request python-devs/importlib_resources!39
Fidget-Spinner referenced this pull request in pylbbv/pylbbv
* Added EXTENDED_ARG to type prop * Revert "Added EXTENDED_ARG to type prop" This reverts commit 7249cb7. * Fix: Buggy type propagation across SWP * Fix: Forgot to tag pointers in TYPE_SET * Fix: BB_TEST_ITER wrong type propagation * Fix: Bug in typeprop handling UNPACK_*, and bug in COPY_NO_INCREF * Fix: Misc macro fix * Fix: Ref leak in unboxing checks --------- Co-authored-by: Ken Jin <kenjin@python.org>
oraluben pushed a commit to oraluben/cpython that referenced this pull request
* fix: mark interpreter frames as tier 2 or not * Test: Added tests for python#33 --------- Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
nanjekyejoannah pushed a commit to nanjekyejoannah/cpython that referenced this pull request
This was referenced
picnixz added a commit to picnixz/cpython that referenced this pull request
….c` (python#33) * fix UAF in `bltinmodule.c` * fix UAF in `bytecode.c` * run `make regen-all` * various improvements to `ceval.c` * fix CI
Qanux
mentioned this pull request