20:00:00 <jborean93> #startmeeting Ansible Windows Working Group
20:00:00 <zodbot> Meeting started Tue Jul 18 20:00:00 2023 UTC.
20:00:00 <zodbot> This meeting is logged and archived in a public location.
20:00:00 <zodbot> The chair is jborean93. Information about MeetBot at https://fedoraproject.org/wiki/Zodbot#Meeting_Functions.
20:00:00 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
20:00:00 <zodbot> The meeting name has been set to 'ansible_windows_working_group'
20:00:18 <jborean93> #topic https://github.com/ansible/community/issues/682 Agenda
20:01:06 <jborean93> Nothing on the agenda
20:01:09 <jborean93> #topic Open Floor
20:01:16 <jborean93> Will see if anyone else is joining today
20:03:02 * nitzmahone lurks (in another meeting)
20:03:14 <jborean93> I didn't think you would be joining at this time
20:05:12 <jborean93> Well I don't have too much. Currently on my current love/hate relationship with win_updates. This time I'm trying to remove the temporary files altogether to avoid some problems with file locks and cleanup problems. Just trying to smooth out some of the race conditions now
20:05:23 <nitzmahone> nice
20:05:41 <nitzmahone> I need to look over that psrp update more carefully too (if you still want) :D
20:05:57 <nitzmahone> (the chdir thing)
20:05:58 <jborean93> of course, the more eyes the better
20:06:12 <jborean93> can't say I'm a big fan of how I did it but couldn't really see any other way around it
20:07:37 <jborean93> cool unless there's anything else will bring the meeting to a close
20:08:13 <nitzmahone> (I hadn't planned on poking my head in- it's late here, but still working on other stuff with US west coast)
20:08:50 <jborean93> hopefully not too late today
20:09:29 <nitzmahone> still working through our own problems from Cython 3 :(
20:10:07 <jborean93> Turns out pyspnego has a problem with some memoryview that causes a segfault. Luckily it has a pinned upper bound but something I need to solve at some point
20:10:19 <nitzmahone> ouch
20:10:34 <nitzmahone> (under Cython3 only, or ?)
20:10:38 <jborean93> Cython 3
20:11:09 <jborean93> But I'm unsure if maybe one of the newer 0.x releases backported whatever bugfix/feature that introduced the change was
20:11:21 <jborean93> For now it's only affecting Windows which has wheels so not the most pressing problem
20:12:12 <nitzmahone> I wonder if it has anything to do with the formalization of the buffer protocol in the limited API...
20:12:27 <nitzmahone> (IIUC they didn't actually change anything, but 🤷)
20:13:07 <jborean93> Yea I have no idea for now. The affected code is quite inefficient so it's probably time to revisit it altogether and make it a bit less hands on in the cython side
20:13:43 <jborean93> But first I really need to get this win_updates fix out, seems to be a few people that are affected by the startup problems
20:15:59 <jborean93> enough of my ramblings, thanks for joining
20:16:01 <jborean93> #endmeeting