Issue43189
Created on 2021-02-10 09:46 by CharlesFengY, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg386767 - (view) | Author: Yang Feng (CharlesFengY) | Date: 2021-02-10 09:46 | |
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
|
|||
| msg387919 - (view) | Author: Mark Shannon (Mark.Shannon) * ![]() |
Date: 2021-03-02 11:52 | |
This behaves correctly (raising on RecursionOverflow) on 3.10a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:41 | admin | set | github: 87355 |
| 2021-03-02 11:54:22 | Mark.Shannon | set | status: open -> closed resolution: duplicate stage: resolved |
| 2021-03-02 11:52:08 | Mark.Shannon | set | nosy:
+ Mark.Shannon messages: + msg387919 |
| 2021-02-10 09:46:08 | CharlesFengY | create | |
