contrib/editmergeps.bat
author Yuya Nishihara <yuya@tcha.org>
Sat, 19 Oct 2019 16:34:02 +0900
changeset 44279 bafdaf4858d8
parent 32600 4b9b87930cb3
permissions -rw-r--r--
rust-cpython: inline PySharedState::try_borrow_mut() Since the core borrowing/leaking logic has been moved to PySharedRef* and PyLeaked*, it doesn't make sense that PySharedState had a function named "try_borrow_mut". Let's turn it into a pure data struct.

@echo off
powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"