Jeroen. _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JSAQAZD2GREBH72VCHO5ZZJQSYQHLTOV/
Thanks for the pointer, but that's more about allowing strings which are
not valid identifiers. I'm talking about passing non-strings and more
specifically about the C protocol. For Python functions, non-string
keyword arguments are already disallowed, but that's because of the
implementation of the "function" object, it's not enforced by the
CPython core.
- [Python-Dev] Keyword arguments with non-string names Jeroen Demeyer
- [Python-Dev] Re: Keyword arguments with non-string n... Jeroen Demeyer
- [Python-Dev] Re: Keyword arguments with non-stri... Janzert
- [Python-Dev] Re: Keyword arguments with non-... Jeroen Demeyer
- [Python-Dev] Re: Keyword arguments with ... Guido van Rossum
- [Python-Dev] Re: Keyword arguments ... Jeroen Demeyer