blob: d9f415d67be00a75e40328525146c03da38c13bd (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 | 2022-11-02
==========
*Migrated from Notion*.
Agenda
------
Hanging behaviour of ModMail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-  `Source <https://discord.com/channels/267624335836053506/675756741417369640/1036720683067134052>`__
-  Maybe use `Signals + a
   debugger <https://stackoverflow.com/a/25329467>`__?
-  … using `something like pdb for the
   debugger <https://wiki.python.org/moin/PythonDebuggingTools>`__?
-  Or `GDB, as it seems handy to poke at stuck multi-threaded python
   software <https://wiki.python.org/moin/DebuggingWithGdb>`__?
-  ModMail has been upgraded to version 4
.. raw:: html
   <!-- vim: set textwidth=80 sw=2 ts=2: -->
 |