python: the os module is considerably smaller on windows

db4
Björn Lindqvist 2014-01-28 12:14:35 +01:00 committed by John Benediktsson
parent c18e968aaa
commit 7b92bad65a
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ SYMBOLS: year month day ;
] py-test
! Modules
[ t ] [ "os" import PyModule_GetDict py-dict-size 200 > ] py-test
[ t ] [
"os" import PyModule_GetDict dup Py_IncRef &Py_DecRef py-dict-size 100 >
] py-test
! Reference counting tests
[ 2 ] [ 3 <py-tuple> getrefcount >factor ] py-test