FOUND IT!
=D
from os import system
system( "start /realtime c:/windows/notepad.exe" )
# /low - Priority 4
# /belownormal - Priority 6
# /normal - Priority 8
# /high - Priority 13
# /realtime - Priority 24
So that would open notepad with a priority of 24/31. Yay.