Rashan
Rashan
The release notes team will use this issue to track the work on nudging SIGs for entries on major themes for the v1.30 release cycle. The Slack channel for each...
- Directory Restructure - Motoko syntax updates - Update config files and library imports - Update javascript to use dfinity principal and identity libraries - Rename canister
This fixes [#121604](https://github.com/python/cpython/issues/121604). * [importlib.abc.ResourceLoader](https://docs.python.org/3/library/importlib.html#importlib.abc.ResourceLoader) * [importlib.abc.SourceLoader.path_mtime()](https://docs.python.org/3/library/importlib.html#importlib.abc.SourceLoader.path_mtime) * [importlib.machinery.DEBUG_BYTECODE_SUFFIXES](https://docs.python.org/3/library/importlib.html#importlib.machinery.DEBUG_BYTECODE_SUFFIXES) * [importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES](https://docs.python.org/3/library/importlib.html#importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES) * [importlib.machinery.WindowsRegistryFinder](https://docs.python.org/3/library/importlib.html#importlib.machinery.WindowsRegistryFinder) * [importlib.machinery.SourcelessFileLoader](https://docs.python.org/3/library/importlib.html#importlib.machinery.SourcelessFileLoader.load_module) The others defined in the issue can be considered already done. Issue: https://github.com/python/cpython/issues/121604 * Issue:...