消息 [243371]
I must have used a better example :)
>>> import sys; from collections import OrderedDict as OD
>>> sys.getrefcount(None)
2053
>>> OD();OD();OD();OD();
OrderedDict()
OrderedDict()
OrderedDict()
OrderedDict()
>>> sys.getrefcount(None)
2057 |
|
| 日期 |
用户 |
动作 |
参数 |
| 2015-05-16 22:16:30 | yselivanov | 修改 | recipients:
+ yselivanov, rhettinger, gregory.p.smith, pitrou, scoder, eric.smith, benjamin.peterson, ezio.melotti, eric.araujo, Arfrever, alex, asvetlov, flox, eric.snow, serhiy.storchaka, westurner, refi64, josh.r, tonn81, introom |
| 2015-05-16 22:16:30 | yselivanov | 修改 | messageid: <1431814590.61.0.837782071239.issue16991@psf.upfronthosting.co.za> |
| 2015-05-16 22:16:30 | yselivanov | 链接 | issue16991 messages |
| 2015-05-16 22:16:30 | yselivanov | 创建 | |
|