Skip to content

Instantly share code, notes, and snippets.

@duaneg
duaneg / 129748.py
Created March 3, 2025 07:34
Repro for python gh-129748
import threading
import time
x = "abc"
end = threading.Event()
def alloc():
global x
while not end.is_set():

Keybase proof

I hereby claim:

  • I am duaneg on github.
  • I am duaneg (https://keybase.io/duaneg) on keybase.
  • I have a public key ASCXDmRB_7A2Rjz4W0RDPH2J6fABHtO9DnSVLpPfsJPp2go

To claim this, I am signing this object:

@duaneg
duaneg / Modules.mk
Last active May 8, 2017 16:16
GNU Make modular makefile framework
#***********************************************************************
#
# Build system module framework
#
# Copyright (c) 2014 Process Systems Enterprise Ltd
#
# Licensed under GPL v3+
#
# This makefile provides definitions which allow use of a modular build system,
# where "module" makefiles are isolated from each other. Variables defined in a