Add Python version since deprecation in base64 methods. by Carreau · Pull Request #33 · python/cpython

@Carreau

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.

@berkerpeksag

berkerpeksag

@Carreau Carreau deleted the deprecations-base64 branch

March 2, 2017 17:34

berkerpeksag pushed a commit to berkerpeksag/cpython that referenced this pull request

Mar 3, 2017
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

Mar 3, 2017
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

Mar 3, 2017
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

Mar 3, 2017
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 that referenced this pull request

Dec 2, 2022

jaraco pushed a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023
"filename" -> "resource"

Closes python#33

See merge request python-devs/importlib_resources!39

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023

Fidget-Spinner referenced this pull request in pylbbv/pylbbv

May 27, 2023
* 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

Jun 25, 2023
* 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

Dec 25, 2023

This was referenced

Feb 11, 2025

picnixz added a commit to picnixz/cpython that referenced this pull request

Dec 8, 2025
….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 Qanux mentioned this pull request

Feb 11, 2026