This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2013-11-06.17:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383758983.49.0.839050057458.issue19512@psf.upfronthosting.co.za>
In-reply-to
Content
PySys_GetObject() is called with followed literal strings: argv, displayhook, excepthook, modules, path, path_hooks, path_importer_cache, ps1, ps2, stderr, stdin, stdout, tracebacklimit.

PyDict_GetItemString() is called with followed literal strings: __abstractmethods__, __builtins__, __file__, __loader__, __module__, __name__, __warningregistry__, _abstract_, _argtypes_, _errcheck_, _fields_, _flags_, _iterdump, _needs_com_addref_, _restype_, _type_, builtins, decimal_point, default_int_handler, displayhook, excepthook, fillvalue, grouping, imp, metaclass, options, sys, thousands_sep.

Are any of these calls performance critical?
History
Date User Action Args
2013-11-06 17:29:43serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2013-11-06 17:29:43serhiy.storchakasetmessageid: <1383758983.49.0.839050057458.issue19512@psf.upfronthosting.co.za>
2013-11-06 17:29:43serhiy.storchakalinkissue19512 messages
2013-11-06 17:29:43serhiy.storchakacreate