mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-131498: Cases generator: manage stacks automatically (GH-132074)
This commit is contained in:
parent
305be5fb1a
commit
7099c75550
15 changed files with 216 additions and 251 deletions
|
@ -4,11 +4,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
// Define this to get precise tracking of closed stackrefs.
|
||||
// This will use unbounded memory, as it can only grow.
|
||||
// Use this to track double closes in short-lived programs
|
||||
// #define Py_STACKREF_CLOSE_DEBUG 1
|
||||
|
||||
#ifndef Py_BUILD_CORE
|
||||
# error "this header requires Py_BUILD_CORE define"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue