https://github.com/python/cpython
Revision dd13c88b5371e13fc16b84e2f9b8715d917de269 authored by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) on 19 October 2018, 16:54:50 UTC, committed by Eric V. Smith on 19 October 2018, 16:54:50 UTC
The reprlib code was copied here instead of importing reprlib. I'm not sure if we really need to avoid the import, but since I expect dataclasses to be more common that reprlib, it seems wise. Plus, the code is small.
1 parent 55f8249
History
Tip revision: dd13c88b5371e13fc16b84e2f9b8715d917de269 authored by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) on 19 October 2018, 16:54:50 UTC
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
Tip revision: dd13c88
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.5 KB
.gitignore -rw-r--r-- 1.6 KB
.travis.yml -rw-r--r-- 6.8 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 61.0 KB
README.rst -rw-r--r-- 10.0 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 478.6 KB
configure.ac -rw-r--r-- 156.9 KB
install-sh -rw-r--r-- 15.0 KB
pyconfig.h.in -rw-r--r-- 42.6 KB
setup.py -rw-r--r-- 98.8 KB

README.rst

back to top