-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
pyVersioning generates an explicit null character at the end of each string literal. In C and C++ a null character is always implicitly present at the end of string literals.
For example currently pyVersioning generates something like this: .hash = "b541a64b8c840a97442c03050f1f92bb54128ba2\0",.
The null character at the end is not needed.
I don't know how string literals are made in Python though (whether the explicit null character is needed in Python).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working