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 4949865 commit 34e81ceCopy full SHA for 34e81ce
1 file changed
Python/importdl.c
@@ -156,7 +156,6 @@ _Py_ext_module_loader_info_init_for_builtin(
156
PyObject *name)
157
{
158
assert(PyUnicode_Check(name));
159
- assert(PyUnicode_FindChar(name, '.', 0, PyUnicode_GetLength(name), -1) == -1);
160
assert(PyUnicode_GetLength(name) > 0);
161
162
PyObject *name_encoded = PyUnicode_AsEncodedString(name, "ascii", NULL);
0 commit comments