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 CharlesFengY
Recipients CharlesFengY
Date 2021-02-10.09:46:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612950368.13.0.435126330801.issue43189@roundup.psfhosted.org>
In-reply-to
Content
We use run_with_locale() as decorator function, then we recursively call test_float__format__locale in the following example. Python interpreter crashes.
+++++++++++++++++++++++++++++++++++++++++++
from test.support import run_with_locale

@run_with_locale('LC_NUMERIC', 'en_US.UTF8')
def test_float__format__locale():
	test_float__format__locale()
test_float__format__locale()
+++++++++++++++++++++++++++++++++++++++++

System Info: Ubuntu 16.04
Python Version:  Python 3.9.1
History
Date User Action Args
2021-02-10 09:46:08CharlesFengYsetrecipients: + CharlesFengY
2021-02-10 09:46:08CharlesFengYsetmessageid: <1612950368.13.0.435126330801.issue43189@roundup.psfhosted.org>
2021-02-10 09:46:08CharlesFengYlinkissue43189 messages
2021-02-10 09:46:08CharlesFengYcreate