Skip to content

bpo-36936: CALL_FUNCTION_KW keyword names must be non-empty - #13357

Closed
jdemeyer wants to merge 1 commit into
python:masterfrom
jdemeyer:CALL_FUNCTION_KW_nonempty
Closed

bpo-36936: CALL_FUNCTION_KW keyword names must be non-empty#13357
jdemeyer wants to merge 1 commit into
python:masterfrom
jdemeyer:CALL_FUNCTION_KW_nonempty

Conversation

@jdemeyer

@jdemeyerjdemeyer commented May 16, 2019

Copy link
Copy Markdown
Contributor

skip news because this is just documenting existing behavior

https://bugs.python.org/issue36936

@matrixisematrixise added skip news docs Documentation in the Doc dir and removed docs Documentation in the Doc dir labels May 16, 2019
@encukou

Copy link
Copy Markdown
Member

This is a behavior change, not just documenting existing behavior. It needs a news entry.
Bytecode semantics are not compatible between CPython versions, but they're still documented and usable. There are libraries out there that generate bytecode, and we need to let their authors know about this change.

@jdemeyer

Copy link
Copy Markdown
ContributorAuthor

The motivation for this is python/peps#1049 and if that's rejected, it's probably better to close this too.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jdemeyer@encukou@matrixise@the-knights-who-say-ni@bedevere-bot