cpython/Objects
Victor Stinner a549cd1fc5
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581)
Rename the private undocumented float.__set_format__() method to
float.__setformat__() to fix a typo introduced in Python 3.7. The
method is only used by test_float.

The change enables again test_float tests on the float format which
were previously skipped because of the typo.

The typo was introduced in Python 3.7 by bpo-20185
in commit b5c51d3dd9.

(cherry picked from commit 7d03c8be5a)
2022-02-25 16:13:34 +01:00
..
clinic bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581) 2022-02-25 16:13:34 +01:00
stringlib
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c docs: correct outdated MappingProxyType docstrings (GH-30281) 2022-01-19 13:57:30 -08:00
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31581) 2022-02-25 16:13:34 +01:00
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) 2021-12-29 21:29:19 -08:00
picklebufobject.c
rangeobject.c
README
setobject.c bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312) 2022-02-13 12:29:42 +02:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c [3.9] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31474) 2022-02-21 09:18:55 -08:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects