Skip to content

Commit 35359fa

Browse files
committed
gh-106905: fix AST parser race condition
Applies patch for python/cpython#106905
1 parent 0d8d586 commit 35359fa

File tree

3 files changed

+2407
-0
lines changed

3 files changed

+2407
-0
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
python3.11 (3.11.2-6+pexip24u8+deb12u3) pexip; urgency=medium
2+
3+
* Use per AST-parser state rather than global state to track recursion depth within the
4+
AST parser to prevent potential race condition due to simultaneous parsing.
5+
Fixes https://github.com/python/cpython/issues/106905
6+
7+
-- Huw Jones <[email protected]> Thu, 13 Jun 2024 11:56:11 +0100
8+
19
python3.11 (3.11.2-6+pexip24u8+deb12u2) pexip; urgency=medium
210

311
* New upstream release.

0 commit comments

Comments
 (0)