commit | 0d9244332b4c9dad8722f7ed651fb922de93afe6 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Jan 30 17:21:22 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Jan 30 17:21:22 2008 +0000 |
tree | 8b4c329ff0ff2b69483b60639296d301368b5fa5 | |
parent | 67ac0667f0b74cc98f5cc4d23b39e9574154ec01 [diff] [blame] |
Fixed some references leaks in sys.
diff --git a/Python/import.c b/Python/import.c index 71ec20a..0b0d810 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -370,6 +370,8 @@ "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 };