Duprat
Duprat
first of all, the following implementation affects only to the layer of a glyph. Other glyph modifications will be done later with the same model. This work was done in...
Possible optimizations: First is about an option regarding the URM decorators of TruFont . All of them are distinct functions but could be rewrite in a single decorator as a...
@just: regarding the UndoManager, I did the job. So the project is up to date now About your first request, we have to fix few bugs in the actual version...
``` The version is 5.1.73 What is the general case for breaking loop ? packet eof ? Le 30/01/15 09:27, Julien Duponchelle a écrit : I never seen that. Which...
In the new version of BinLogStreamReader class, the "__manage_if_last_event_of_statement" method is never call. This method has to be used to manage items of the two dictionaries, table_map and dict_table_id. My...
> But any change that "fixed" that would make all code slower (forcing unnecessary coroutine switches), and violate existing documentation guarantees I don't really agree with the first statement above...
@gvanrossum PR is ready. Please could you take a look ? Thank for your comments.
I understand your point of view, which seems very reasonable to me. This is not easy at all, you are right. And above all I wouldn't want these issue and...
> is `get_value` part of the public API for these classes? The name suggests it is, but the method is not document in the reference docs and does not have...
By the way, should `task_done()` raise an exception after `shutdown` or not ? update; see https://docs.python.org/3.13/library/queue.html#queue.Queue.task_done