◐ Shell
clean mode source ↗

bpo-42415: Add PyObject_CallNoArgs to PC\python3dll.c by ZackerySpytz · Pull Request #23415 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@davidhewitt

Thanks! I'm curious if this will get backported to 3.9.x series on Windows (3.9.1?), or de-facto we're accepting that this function is actually not fully in the limited api until Python 3.10 (because users building from Windows can't link against this symbol right now on 3.9).

alex

alex approved these changes Nov 20, 2020

@alex

I've marked this for backporting to the 3.9 branch. There's obviously no putting the toothpaste back into the tube though, it'll never work on 3.9.0 for Windows :-(

@alex

@python/windows-team -- FYI, not merging until one of y'all looks :-)

@vstinner

I merged PR #23598 instead which adds more symbols. Thanks anyway for your PR!

Labels