…or dynamic properties.
Co-authored-by: Itamar Ostricher <[email protected]>
Co-authored-by: Itamar Ostricher <[email protected]>
added a commit to shihai1991/cpython that referenced this pull request
* main: (21 commits) bpo-45876: Have stdev() also use decimal specific square root. (
) bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (
) bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (
) bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (
) bpo-45476: Disallow using asdl_seq_GET() as l-value (
) bpo-45476: Add _Py_RVALUE() macro (
) bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (
) Fix EncodingWarning in Tools/freeze/test/freeze.py (
) no-issue: remove unused import from test_graphlib.py (
) bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (
) bpo-45653: fix test_embed on windows (
) bpo-45917: Add math.exp2() method - return 2 raised to the power of x (
) bpo-43905: Expand dataclasses.astuple() and asdict() docs (
) bpo-44391: Remove unused argument from a varargs call. (
) bpo-45881: configure --with-freeze-module --with-build-python (
) bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (
) bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) bpo-40280: Emscripten systems use .wasm suffix by default (
) bpo-45723: Sort the grand AC_CHECK_HEADERS check (
) bpo-45847: Make socket module conditional (
) ...
added a commit to shihai1991/cpython that referenced this pull request
* main: (21 commits) bpo-45876: Have stdev() also use decimal specific square root. (
) bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case (
) bpo-45711: Change exc_info related APIs to derive type and traceback from the exception instance (
) bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. (
) bpo-45476: Disallow using asdl_seq_GET() as l-value (
) bpo-45476: Add _Py_RVALUE() macro (
) bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (
) Fix EncodingWarning in Tools/freeze/test/freeze.py (
) no-issue: remove unused import from test_graphlib.py (
) bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (
) bpo-45653: fix test_embed on windows (
) bpo-45917: Add math.exp2() method - return 2 raised to the power of x (
) bpo-43905: Expand dataclasses.astuple() and asdict() docs (
) bpo-44391: Remove unused argument from a varargs call. (
) bpo-45881: configure --with-freeze-module --with-build-python (
) bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (
) bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591) bpo-40280: Emscripten systems use .wasm suffix by default (
) bpo-45723: Sort the grand AC_CHECK_HEADERS check (
) bpo-45847: Make socket module conditional (
) ... Closed