forked from pool/python-pyfakefs
dff2c9aca1b0cfc9a1545fd9b6a3e4175ad8a8e851a824dd2ec7ce0d540468c6
* fixes handling of unhashable modules which cannot be cached
(see #923)
* reload modules loaded by the dynamic patcher instead of
removing them - sometimes they may
* not be reloaded automatically (see #932)
* add back argument `use_dynamic_patch` as a fallback for
similar problems
* fixed a problem with patching `_io` under Python 3.12 (see
#910)
* fixed a problem with accessing the temp path if emulating
Linux under Windows
* (see #912)
* fixed result of `os.walk` with a path-like top directory
* (see #915)
* properly fixed the problem that filesystem patching was still
active in the pytest
* logreport phase (see #904), the previous fix was incomplete
* changed behavior of `add_real_directory` to be able to map a
real directory
* Restores compatibility with PyTorch 2.0 and above, as well as
with other classes that have custom __setattr__ methods
(see #905).
* Adds official support for Python 3.12.
* removed a leftover debug print statement (see #869)
* make sure tests work without HOME environment set (see #870)
* automount drive or UNC path under Windows if needed for
`pathlib.Path.mkdir()`
* (see #890)
* adapt patching `io.open` and `io.open_code` to work with
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=44
Description
No description provided
Languages
RPM Spec
100%