[New-bugs-announce] [issue26995] Add tests for parsing float and object arguments

Serhiy Storchaka report at bugs.python.org
Tue May 10 14:58:35 EDT 2016


New submission from Serhiy Storchaka:

Proposed patch adds tests for direct testing argument parsing C API with format units "f", "d", "D" (float, double, complex) and "S", "Y", "U" (PyObject* of type bytes, bytearray and str).

----------
components: Tests
files: test_getargs_floats_objects.patch
keywords: patch
messages: 265261
nosy: mark.dickinson, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add tests for parsing float and object arguments
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42806/test_getargs_floats_objects.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26995>
_______________________________________


More information about the New-bugs-announce mailing list