[Python-checkins] [python/cpython] 3824cd: bpo-29684: Fix regression of PyEval_CallObjectWith...

GitHub noreply at github.com
Wed Mar 1 06:41:05 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3824cd8fd44f287ea2a76120a39ee76eb34bbf32
      https://github.com/python/cpython/commit/3824cd8fd44f287ea2a76120a39ee76eb34bbf32
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
    M Misc/NEWS
    M Objects/call.c

  Log Message:
  -----------
  bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)

It should raise TypeError when kwargs is not a dict.




More information about the Python-checkins mailing list