Message386767
| 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:08 | CharlesFengY | set | recipients: + CharlesFengY |
| 2021-02-10 09:46:08 | CharlesFengY | set | messageid: <1612950368.13.0.435126330801.issue43189@roundup.psfhosted.org> |
| 2021-02-10 09:46:08 | CharlesFengY | link | issue43189 messages |
| 2021-02-10 09:46:08 | CharlesFengY | create | |