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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26995>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to