mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
Add TYPE_FROZENDICT to the marshal module. Add C API functions: * PyAnyDict_Check() * PyAnyDict_CheckExact() * PyFrozenDict_Check() * PyFrozenDict_CheckExact() * PyFrozenDict_New() Add PyFrozenDict_Type C type. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Johnson <me@adamj.eu> Co-authored-by: Benedikt Johannes <benedikt.johannes.hofer@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| decorator_mod.py | ||
| doctest_aliases.py | ||
| doctest_lineno.py | ||
| sample_doctest.py | ||
| sample_doctest_errors.py | ||
| sample_doctest_no_docstrings.py | ||
| sample_doctest_no_doctests.py | ||
| sample_doctest_skip.py | ||
| test_doctest.py | ||
| test_doctest.txt | ||
| test_doctest2.py | ||
| test_doctest2.txt | ||
| test_doctest3.txt | ||
| test_doctest4.txt | ||
| test_doctest_errors.txt | ||
| test_doctest_skip.txt | ||
| test_doctest_skip2.txt | ||