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 223dc29 commit 980b95aCopy full SHA for 980b95a
Tools/clinic/libclinic/_overlong_docstrings.py
@@ -37,6 +37,8 @@
37
'_hashlib.pbkdf2_hmac',
38
'_heapq.heappushpop',
39
'_hmac.HMAC.hexdigest',
40
+ '_interpreters.get_config',
41
+ '_interpreters.is_shareable',
42
'_io._BufferedIOBase.read1',
43
'_io.FileIO.truncate',
44
'_lzma._decode_filter_properties',
@@ -223,6 +225,7 @@
223
225
'_jit.is_available',
224
226
'_jit.is_enabled',
227
'marshal.dumps',
228
+ 'sys._clear_type_descriptors',
229
'sys._current_exceptions',
230
'sys._current_frames',
231
'sys._setprofileallthreads',
@@ -301,6 +304,8 @@
301
304
'_hashlib.HMAC.hexdigest',
302
305
'_heapq.heappushpop_max',
303
306
307
+ '_interpreters.capture_exception',
308
+ '_interpreters.run_func',
309
'_io._IOBase.seek',
310
'_io._IOBase.truncate',
311
'_io._TextIOBase.detach',
0 commit comments