Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
python-libxml2-python.23129
python3.6-verify_fd.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3.6-verify_fd.patch of Package python-libxml2-python.23129
_PyVerify_fd is a no-op outside of Windows CRT and was dropped from Python 3.6 Index: libxml2-2.9.5/python/types.c =================================================================== --- libxml2-2.9.5.orig/python/types.c +++ libxml2-2.9.5/python/types.c @@ -31,8 +31,6 @@ libxml_PyFileGet(PyObject *f) { const char *mode; fd = PyObject_AsFileDescriptor(f); - if (!_PyVerify_fd(fd)) - return(NULL); /* * Get the flags on the fd to understand how it was opened */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor