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 e7fab18 commit 7ec14cbCopy full SHA for 7ec14cb
Objects/unicodeobject.c
@@ -42,7 +42,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42
#include "pycore_abstract.h" // _PyIndex_Check()
43
#include "pycore_bytes_methods.h" // _Py_bytes_lower()
44
#include "pycore_bytesobject.h" // _PyBytes_Repeat()
45
-
46
#include "pycore_ceval.h" // _PyEval_GetBuiltin()
47
#include "pycore_codecs.h" // _PyCodec_Lookup()
48
#include "pycore_critical_section.h" // Py_*_CRITICAL_SECTION_SEQUENCE_FAST
0 commit comments