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 eric.smith
Recipients Julian, eric.smith
Date 2011-07-17.22:46:18
SpamBayes Score 1.4260534e-08
Marked as misclassified No
Message-id <1310942779.55.0.203240671498.issue12579@psf.upfronthosting.co.za>
In-reply-to
Content
Changing the title to reflect the real problem.

You get a SystemError even when using a mapping, if you have a format string with positional arguments:
>>> '{}'.format_map({'a':0})
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: null argument to internal routine
History
Date User Action Args
2011-07-17 22:46:19eric.smithsetrecipients: + eric.smith, Julian
2011-07-17 22:46:19eric.smithsetmessageid: <1310942779.55.0.203240671498.issue12579@psf.upfronthosting.co.za>
2011-07-17 22:46:19eric.smithlinkissue12579 messages
2011-07-17 22:46:18eric.smithcreate