Python\ceval.c

#define NAME_ERROR_MSG \
    "name '%.200s' is not defined----XL"

[hdp@cmd testcpy]$ /usr/local/bin/python3.9
Python 3.9.0a1+ (default, Nov 21 2019, 11:38:36)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print(d)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'd' is not defined----XL
>>>

  

修改 Python 源代码

https://blog.csdn.net/lanchunhui/article/details/51282484

 

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-12-17
  • 2021-10-02
  • 2021-04-05
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-06-11
  • 2021-09-12
  • 2021-04-19
  • 2021-10-03
  • 2022-12-23
  • 2021-09-30
相关资源
相似解决方案