[issue19984] Add new format of fixed length string for PyErr_Format

2021-02-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19984] Add new format of fixed length string for PyErr_Format

2013-12-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Originally Antoine had proposed [1] `"%T", obj` as replacement for `"%.400s", Py_TYPE(obj)->tp_name`. [1] http://permalink.gmane.org/gmane.comp.python.devel/143925 -- nosy: +pitrou, serhiy.storchaka ___ Python tra

[issue19984] Add new format of fixed length string for PyErr_Format

2013-12-15 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19984] Add new format of fixed length string for PyErr_Format

2013-12-15 Thread Vajrasky Kok
Changes by Vajrasky Kok : -- title: Add new format of fix length string for PyErr_Format -> Add new format of fixed length string for PyErr_Format ___ Python tracker ___ ___