[issue45548] Update Modules/Setup

2021-10-25 Thread miss-islington
miss-islington added the comment: New changeset fa26245a1c1aa938cce391348d6bd879da357522 by Christian Heimes in branch 'main': bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) https://github.com/python/cpython/commit/fa26245a1c1aa938cce391348d6bd879da357522 --

[issue34798] pprint ignores the compact parameter for dicts

2021-10-25 Thread Ian
Ian added the comment: I came across this and was confused by it too. I also don't understand the justification with not having dicts to be affected by the `compact` parameter. If the "compact form" is having separate entries or elements on one line, instead of having each element separated

[issue45601] test_tk and test_ttk_guionly fail with resource not availiable

2021-10-25 Thread E. Paine
E. Paine added the comment: By using "-u all,-largefile,-audio,-gui", you are specifying to enable all special resources except 'largefile', 'audio' and 'gui'. Since the ttk tests require the 'gui' resource to run, the tests are skipped. (please see https://docs.python.org/3/library/test.htm

[issue43656] TracebackException or StackSummary.extract with capture_locals=True fail to catch exceptions raised by repr() on value of frame local variable in FrameSummary.__init__.

2021-10-25 Thread Martin
Martin added the comment: > Can we determine if they came from an initialized object or from object in > the middle of initialization? That would be very nice because inside __init__ is the only place where we have to deal with partly initialized objects. But I think Python does not provide

<    1   2