Markus Elfring added the comment:
* How do you think about to reduce the tampering with the reserved name space
in mentioned source code (and also in related components)?
* Would you like to avoid that this software depends on undefined behaviour
New submission from Markus Elfring :
I would like to point out that identifiers like “__DYNAMIC_ANNOTATIONS_H__” and
“_Py_memory_order” do not fit to the expected naming convention of the C++
language standard.
https://www.securecoding.cert.org/confluence/display/cplusplus/DCL51-CPP.+Do+not
Markus Elfring added the comment:
Are you really against benefits from reusing of existing application
programming interfaces for the explicit preparation and compilation of SQL
statements?
It seems that other software contributors like Marc-Andre Lemburg and Tony
Locke show more
Changes by Markus Elfring :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue22956>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Markus Elfring:
I find a data structure like it is provided by the "Boost Multi-index
Containers Library" interesting for efficient data processing.
http://www.boost.org/doc/libs/1_57_0/libs/multi_index/doc/index.html
How are the chances to integrate a class li
New submission from Markus Elfring:
An interface for parameterised SQL statements (working with placeholders) is
provided by the execute() method from the Cursor class at the moment.
https://docs.python.org/3/library/sqlite3.html#sqlite3.Cursor.execute
I assume that the "SQL Statement O