Library
-------
+- Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
+
- Issue #11829: Fix code execution holes in inspect.getattr_static for
metaclasses with metaclasses. Patch by Andreas Stührk.
Py_END_ALLOW_THREADS
if (res != 0 && errno == ENOSYS)
{
- if (PyErr_WarnEx(
- PyExc_RuntimeWarning,
- "pipe2 set errno ENOSYS; falling "
- "back to non-atomic pipe+fcntl.", 1) != 0) {
- return NULL;
- }
{
#endif
/* We hold the GIL which offers some protection from other code calling