[Python-checkins] [python/cpython] d3aaa2: bpo-30911: Add tests for bad boolean arguments for...
GitHub
noreply at github.com
Thu Jul 13 03:14:13 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: d3aaa2f1496aae0809c9ec9623fa528d3a2c16c2
https://github.com/python/cpython/commit/d3aaa2f1496aae0809c9ec9623fa528d3a2c16c2
Author: Serhiy Storchaka <storchaka at gmail.com>
Date: 2017-07-13 (Thu, 13 Jul 2017)
Changed paths:
M Lib/test/test_json/test_speedups.py
Log Message:
-----------
bpo-30911: Add tests for bad boolean arguments for accelerated json (#2690)
encoder and decoder.
More information about the Python-checkins
mailing list