Results 963 comments of Ned Batchelder

It seems there is growing support for this style of flexibility. If someone is interested in making a pull request, we can work on getting it merged.

This error will happen if `nums` has a value less than -8. I'm not sure why you have that. If you are able to, edit nums_to_numbits to print out nums,...

@Al-Minkin do the positive numbers correspond to executable line numbers in your source file? Also, if you negate the negative numbers, do they correspond to lines in your source file?...

You can add this to your coveragerc file: ```ini [run] debug = sys ``` The set of numbers that you are seeing are not line counts. They are line numbers,...

I don't see why those changes would have affected this behavior, but I can't understand how the negative line numbers happen in the first place. Is there any way you...

One tweak to show the transition from bugfix to security: https://github.com/python/devguide/pull/1529

@pakal: @eivl said: > The interesting thing is that if I were to run this in the OSGeo4W Shell it works as expected. Is that true for you too? What...

BTW, this seems to be happening to many people: https://www.google.com/search?q=missing%20entry%20point%20for%20sqlite3_column_origin_name

@MI53RE Does the solution above work for you, or maybe you have another way to solve the problem?