We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d962d7a commit 80820d4Copy full SHA for 80820d4
Lib/test/audit-tests.py
@@ -187,7 +187,7 @@ class C(A):
187
188
189
def test_open(testfn):
190
- # SSLContext.load_dh_params uses _Py_fopen_obj rather than normal open()
+ # SSLContext.load_dh_params uses Py_fopen() rather than normal open()
191
try:
192
import ssl
193
Objects/odictobject.c
@@ -260,7 +260,7 @@ mp_length __len__ - dict_length
260
mp_subscript __getitem__ - dict_subscript
261
mp_ass_subscript __setitem__ - dict_ass_sub
262
__delitem__
263
-tp_hash __hash__ _Py_HashPointer ..._HashNotImpl
+tp_hash __hash__ Py_HashPointer ..._HashNotImpl
264
tp_str __str__ object_str -
265
tp_getattro __getattribute__ ..._GenericGetAttr (repeated)
266
__getattr__
0 commit comments