[issue25952] code_context not available in exec()

2021-12-01 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.5, Python 3.6 ___ Python tracker ___

[issue25952] code_context not available in exec()

2018-09-22 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25952] code_context not available in exec()

2015-12-25 Thread SilentGhost
Changes by SilentGhost : -- components: +Library (Lib) nosy: +yselivanov versions: +Python 3.6 ___ Python tracker ___

[issue25952] code_context not available in exec()

2015-12-25 Thread Grzegorz Krasoń
New submission from Grzegorz Krasoń: inspect.stack()[n].code_context() is empty when context is created by exec() -- files: issue.py messages: 256998 nosy: Grzegorz Krasoń priority: normal severity: normal status: open title: code_context not available in exec() type: behavior versions: