mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Fixed some references leaks in sys.
This commit is contained in:
parent
67ac0667f0
commit
0d9244332b
3 changed files with 19 additions and 22 deletions
|
@ -370,6 +370,8 @@ static char* sys_deletes[] = {
|
|||
"exc_type", "exc_value", "exc_traceback",
|
||||
"last_type", "last_value", "last_traceback",
|
||||
"path_hooks", "path_importer_cache", "meta_path",
|
||||
/* misc stuff */
|
||||
"flags", "float_info",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue