We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90505c8 commit 0df153aCopy full SHA for 0df153a
docs/troubleshooting.rst
@@ -273,6 +273,10 @@ regardless of the path they point to:
273
Generally, mixing objects in the real filesystem and the fake filesystem
274
is problematic and better avoided.
275
276
+.. note:: This problem only happens in Python versions up to 3.10. In Python 3.11,
277
+ `pathlib` has been restructured so that a pathlib path no longer contains a reference
278
+ to the original filesystem accessor, and it can safely be used in the fake filesystem.
279
+
280
281
.. _`multiprocessing`: https://docs.python.org/3/library/multiprocessing.html
282
.. _`subprocess`: https://docs.python.org/3/library/subprocess.html
0 commit comments