mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-20 03:52:25 +03:00
committed by
Nick Wellnhofer
parent
80b110a95d
commit
2a350ee9b4
@@ -65,7 +65,7 @@ libxml_PyFileGet(PyObject *f) {
|
||||
* before and after a conversion took place. No way around it
|
||||
* in the Python3 infrastructure !
|
||||
* The duplicated fd and FILE * will be released in the subsequent
|
||||
* call to libxml_PyFileRelease() which must be genrated accodingly
|
||||
* call to libxml_PyFileRelease() which must be generated accordingly
|
||||
*/
|
||||
fd = dup(fd);
|
||||
if (fd == -1)
|
||||
|
Reference in New Issue
Block a user