cpython/Lib/test/test_doctest
Victor Stinner 696cdfc0a2
gh-141510, PEP 814: Add built-in frozendict type (#144757)
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>
2026-02-17 10:54:41 +01:00
..
__init__.py
decorator_mod.py
doctest_aliases.py
doctest_lineno.py gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930) 2025-07-25 12:46:12 +03:00
sample_doctest.py
sample_doctest_errors.py gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
sample_doctest_no_docstrings.py
sample_doctest_no_doctests.py
sample_doctest_skip.py gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped (GH-117297) 2024-03-28 21:59:12 +02:00
test_doctest.py gh-141510, PEP 814: Add built-in frozendict type (#144757) 2026-02-17 10:54:41 +01:00
test_doctest.txt
test_doctest2.py
test_doctest2.txt
test_doctest3.txt
test_doctest4.txt
test_doctest_errors.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
test_doctest_skip.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00
test_doctest_skip2.txt gh-108885: Imporove tests for doctest (GH-134832) 2025-05-28 20:14:56 +03:00