mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
move test_trace.py so as not to conflict with future tests for the trace module
This commit is contained in:
parent
533a167a71
commit
013783c529
8 changed files with 31 additions and 11 deletions
|
@ -88,6 +88,7 @@ PyAPI_FUNC(void) PySymtable_Free(struct symtable *);
|
|||
#define GLOBAL_IMPLICIT 3
|
||||
#define FREE 4
|
||||
#define CELL 5
|
||||
#define LOCAL_ONLY 6
|
||||
|
||||
/* The following two names are used for the ste_unoptimized bit field */
|
||||
#define OPT_IMPORT_STAR 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue