]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90716: Remove _pylong._DEBUG flag (#99063)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Nov 2022 17:16:28 +0000 (18:16 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 17:16:28 +0000 (18:16 +0100)
commit9c4ae037b9c39312b792964497c090ce01570208
tree64f2d6ebfac936475955c935ca030768463250a3
parente3b9832e57227c4565fd1a51795e0a7722625e82
gh-90716: Remove _pylong._DEBUG flag (#99063)

To debug the _pylong module, it's trivial to add this code again
locally. There is not need to keep it in Python releases.
Lib/_pylong.py